home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  2004-04-06  |  2KB  |  104 lines

  1. object TipForm: TTipForm
  2.   Left = 233
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver Tip of the Day'
  6.   ClientHeight = 232
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 322
  27.     Height = 162
  28.     Shape = bsFrame
  29.   end
  30.   object Shape1: TShape
  31.     Left = 8
  32.     Top = 8
  33.     Width = 321
  34.     Height = 161
  35.   end
  36.   object Shape3: TShape
  37.     Left = 8
  38.     Top = 40
  39.     Width = 220
  40.     Height = 4
  41.     Brush.Color = clGray
  42.     Pen.Color = clGray
  43.   end
  44.   object DidyouknowL: TLabel
  45.     Left = 16
  46.     Top = 16
  47.     Width = 337
  48.     Height = 22
  49.     AutoSize = False
  50.     Caption = 'Did you know...'
  51.     Transparent = True
  52.   end
  53.   object TipInfo: TLabel
  54.     Left = 16
  55.     Top = 64
  56.     Width = 305
  57.     Height = 97
  58.     AutoSize = False
  59.     Caption = 'TipInfo'
  60.     Transparent = True
  61.     WordWrap = True
  62.   end
  63.   object Image1: TImage
  64.     Left = 227
  65.     Top = 9
  66.     Width = 98
  67.     Height = 58
  68.     AutoSize = True
  69.     Picture.Data = {<image000.bmp>}
  70.   end
  71.   object ShowTipOptions: TComboBox
  72.     Left = 34
  73.     Top = 204
  74.     Width = 255
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     TabOrder = 2
  79.     Items.Strings = (
  80.       'Always show tips at startup'
  81.       'Show tip at startup if not opening Zip file'
  82.       'Never show tips at startup')
  83.   end
  84.   object NextButt: TButton
  85.     Left = 34
  86.     Top = 175
  87.     Width = 122
  88.     Height = 25
  89.     Caption = '&Next Tip'
  90.     TabOrder = 0
  91.     OnClick = NextButtClick
  92.   end
  93.   object CloseButt: TButton
  94.     Left = 168
  95.     Top = 175
  96.     Width = 121
  97.     Height = 25
  98.     Caption = '&Close'
  99.     Default = True
  100.     TabOrder = 1
  101.     OnClick = CloseButtClick
  102.   end
  103. end
  104.